home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TPATHNAMESFORM / TPATHNAMESFORM.txt
Text File  |  1997-07-16  |  3KB  |  141 lines

  1. object PathNamesForm: TPathNamesForm
  2.   Left = 152
  3.   Top = 71
  4.   BorderStyle = bsDialog
  5.   Caption = 'Path Names'
  6.   ClientHeight = 258
  7.   ClientWidth = 352
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object llSpecial: TLabel
  22.     Left = 12
  23.     Top = 88
  24.     Width = 86
  25.     Height = 13
  26.     Caption = '&Special directories'
  27.   end
  28.   object llDefZone: TLabel
  29.     Left = 177
  30.     Top = 68
  31.     Width = 108
  32.     Height = 13
  33.     Alignment = taRightJustify
  34.     Caption = 'Outbound default zone'
  35.   end
  36.   object gSpec: TAdvGrid
  37.     Left = 8
  38.     Top = 104
  39.     Width = 337
  40.     Height = 98
  41.     FixedFont.Charset = DEFAULT_CHARSET
  42.     FixedFont.Color = clWindowText
  43.     FixedFont.Height = -11
  44.     FixedFont.Name = 'MS Sans Serif'
  45.     FixedFont.Style = []
  46.     ColCount = 2
  47.     DefaultRowHeight = 17
  48.     FixedRows = 0
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -12
  52.     Font.Name = 'Fixedsys'
  53.     Font.Style = []
  54.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goFixedNumCols]
  55.     ParentFont = False
  56.     PopupMenu = gSpec.
  57.     TabOrder = 0
  58.     ColWidths = (
  59.       107
  60.       224)
  61.   end
  62.   object gbHomeDir: TGroupBox
  63.     Left = 6
  64.     Top = 8
  65.     Width = 339
  66.     Height = 45
  67.     Caption = '&Home directory'
  68.     TabOrder = 1
  69.     object lHomeDir: TLabel
  70.       Left = 8
  71.       Top = 18
  72.       Width = 257
  73.       Height = 17
  74.       AutoSize = False
  75.       Font.Charset = DEFAULT_CHARSET
  76.       Font.Color = clBlack
  77.       Font.Height = -12
  78.       Font.Name = 'Fixedsys'
  79.       Font.Style = []
  80.       ParentFont = False
  81.     end
  82.     object bChangeHomeDir: TButton
  83.       Left = 268
  84.       Top = 12
  85.       Width = 64
  86.       Height = 25
  87.       Caption = '&Change...'
  88.       TabOrder = 0
  89.       OnClick = bChangeHomeDirClick
  90.     end
  91.   end
  92.   object bBrowse: TButton
  93.     Left = 12
  94.     Top = 216
  95.     Width = 75
  96.     Height = 25
  97.     Caption = '&Browse...'
  98.     TabOrder = 2
  99.     Visible = False
  100.   end
  101.   object bOK: TButton
  102.     Left = 108
  103.     Top = 216
  104.     Width = 75
  105.     Height = 25
  106.     Caption = 'OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 3
  110.   end
  111.   object bCancel: TButton
  112.     Left = 188
  113.     Top = 216
  114.     Width = 75
  115.     Height = 25
  116.     Cancel = True
  117.     Caption = 'Cancel'
  118.     ModalResult = 2
  119.     TabOrder = 4
  120.   end
  121.   object bHelp: TButton
  122.     Left = 268
  123.     Top = 216
  124.     Width = 75
  125.     Height = 25
  126.     Caption = 'Help'
  127.     TabOrder = 5
  128.     OnClick = bHelpClick
  129.   end
  130.   object ZoneSpin: TxSpinEdit
  131.     Left = 292
  132.     Top = 64
  133.     Width = 53
  134.     Height = 22
  135.     MaxValue = 4095
  136.     MinValue = 1
  137.     TabOrder = 6
  138.     Value = 2
  139.   end
  140. end
  141.